home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / demos / ftl / onht.txt < prev    next >
Encoding:
Text File  |  1995-09-06  |  578 b   |  15 lines

  1. The "Open New HyperText File" menu item allows 
  2. replacing the current hypertext file with 
  3. another. This is done via a call to the 
  4. NewHyperTextFile method of the HTDisplayBox 
  5. component. This method clears the old display 
  6. completely, then adds the new filename to the 
  7. history list (if the History List option is 
  8. enabled, see the "History List" menu item) up 
  9. to the maximum history list items set (via the 
  10. MaximumHistoryItems property.)
  11.  
  12. When this is done, any changes to the behavior 
  13. of the demo program from other menu options 
  14. take effect automatically.
  15.